Bring in the changes to "finish" the XCSV stuff. This preprocesses the
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 2 Mar 2003 01:41:45 +0000 (01:41 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 2 Mar 2003 01:41:45 +0000 (01:41 +0000)
commitb9b904c06fe85bcd7d65dd00ff1f06bd88ec346e
treeff4731dee60961b51752c0fc4d15357ec0c38b6c
parent93c71e4ff6d9a7e4bddcddad1bdbfc6ef7d7caae
Bring in the changes to "finish" the XCSV stuff.  This preprocesses the
style directory and compiles it intot he binary, eliminating the *need*
(but keeping the *option*) of external style files.  It makes the style
entries look like first class citizens, showing up in help, menu option
output, and such.

This is the result of some ping-ponging with Alex...

: Modified Files:
:  Makefile csv_util.h defs.h gcdb.c internal_styles.c mkstyle.sh
:  vecs.c xcsv.c style/README.style style/csv.style
:  style/custom.style style/dna.style style/gpsdrive.style
:  style/gpsman.style style/mxf.style style/nima.style
:  style/ozi.style style/s_and_t.style style/tiger.style
:  style/xmap.style
: Removed Files:
:  csv.c dna.c gpsman.c mxf.c ozi.c tiger.c
26 files changed:
gpsbabel/Makefile
gpsbabel/csv.c [deleted file]
gpsbabel/csv_util.h
gpsbabel/defs.h
gpsbabel/dna.c [deleted file]
gpsbabel/gcdb.c
gpsbabel/gpsman.c [deleted file]
gpsbabel/internal_styles.c
gpsbabel/mkstyle.sh
gpsbabel/mxf.c [deleted file]
gpsbabel/ozi.c [deleted file]
gpsbabel/style/README.style
gpsbabel/style/csv.style
gpsbabel/style/custom.style
gpsbabel/style/dna.style
gpsbabel/style/gpsdrive.style
gpsbabel/style/gpsman.style
gpsbabel/style/mxf.style
gpsbabel/style/nima.style
gpsbabel/style/ozi.style
gpsbabel/style/s_and_t.style
gpsbabel/style/tiger.style
gpsbabel/style/xmap.style
gpsbabel/tiger.c [deleted file]
gpsbabel/vecs.c
gpsbabel/xcsv.c